home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0039.dms / q0039.adf / include / setjmp.h < prev    next >
Text File  |  1990-12-04  |  141b  |  5 lines

  1. /* this structure is needed for the setjmp() and longjmp() functions */
  2.  
  3. typedef    unsigned long    jmp_buf[13];    /* a7, a6, (a7), d2-d7/a2-a5 */
  4.  
  5.